home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / Foundation.framework / Versions / B / Resources / Spanish.lproj / Formatter.strings < prev   
Encoding:
Text (UTF-16)  |  1996-08-26  |  1.2 KB  |  16 lines

  1. /* Presented when user typed illegal characters
  2.    No valid object */
  3. "Invalid number" = "El número no es válido.";
  4.  
  5. /* Presented when user value smaller than minimum */
  6. "Fell short of minimum" = "No se ha alcanzado el mínimo.";
  7.  
  8. /* Presented when user value larger than maximum */
  9. "Maximum exceeded" = "Se ha superado el máximo.";
  10.  
  11. /* Presented when value is a float, but floats not allowed */
  12. "Floating Point not allowed" = "No se admiten puntos flotantes.";
  13.  
  14. /* Presented when string cannot be converted to an NSDate */
  15. "Invalid date string" = "La cadena de fecha no es válida.";
  16.